﻿@charset "utf-8";
/*网页整体*/
*{margin:0;padding:0;}
img{border:0;}
body {color: #000000;font-size: 12px;font-family: Arial; background:url(../images/bule_2/bg.jpg) repeat-x;}
/*默认链接*/
a {font-size: 12px;color: #0099FF;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color: #0000FF;}
a:active {text-decoration: none;}

.black{color:#000000;}
.grey{color:#666666;}
.white{color:#FFFFFF;}
.red{color:#FF0000;}
.yellow{color:#FFFF00;}
.orange{color:#FF9900;}
.bule{color:#0000FF;}
.green{color:#00FF00;}

input{height:16px;vertical-align:middle;}
.input_submit{color:#FFFFFF; background: url(../images/bule_2/button_bg.jpg) repeat-x; height:20px; border:0;}

/*网页主体*/
#main{ width:990px; margin:10px auto; padding:0 0 0 10px ;}
/*公司名称*/
.company_name{font-size:30px; color:#006699; font-weight:bold; margin-left:8px;}
/*导航栏*/
#menu{ margin:0; background: url(../images/bule_2/menu_bg.gif) repeat-x;}
#menu a{display:block; float:left; width:100%; height:43px; text-align:center; line-height:43px; font-weight:bold; color:#FFFFFF;font-size:14px; text-align:center; font-family:Verdana, Arial;}
#menu a:hover{ color:#66FFFF;}
/*左边分类*/
#left_class{border:#DDDDDD 1px solid; background:#FFFFFF;}
#left_class h6{font-size:12px; font-weight:bold; color: #000000; height:25px;  background:#D0EDFF; line-height:25px; margin:1px; padding-left:8px;font-family:Verdana, Arial;}
#left_class ul{list-style-type:none; }
#left_class ul li a{color:#000000;  padding:8px 0 8px 55px; margin:0 1px 0 1px;  display:block; }
#left_class ul li a:hover{ color: #006699;}
#left_class p{margin-top:3px;}

#left_class ul li ul li a{color:#000000; font-weight: normal;padding:8px 0 8px 55px;  }
.big_class_bg{background:url(../images/big_class_bg.gif) no-repeat;}
.small_class_bg{background:url(../images/small_class_bg.gif) no-repeat;display:block;}
/*左边新闻*/
#left_news{border:#DDDDDD 1px solid; background:#FFFFFF; margin-top:8px;}
#left_news h6{font-size:12px; font-weight:bold; color: #000000; height:25px;  background:#D0EDFF; line-height:25px; margin:1px; padding-left:8px;font-family:Verdana, Arial;}
#left_news p{margin-top:5px;}
#left_news a{ padding:5px 0 5px 8px;display:block;}
/*左边联系方式*/
#left_contact{border:#DDDDDD 1px solid; background:#FFFFFF; margin-top:8px;}
#left_contact h6{font-size:12px; font-weight:bold; color: #000000; height:25px;  background:#D0EDFF; line-height:25px; margin:1px; padding-left:8px;font-family:Verdana, Arial;}
#left_contact p{margin:5px; line-height:25px;}
/*网页底部*/
#foot{border-top:#CCCCCC 4px solid; margin-top:8px;line-height:25px;padding:5px;color:#666666; text-align:center;width:970px;}
#foot a{color:#666666;}

#top_flash{margin-bottom:8px;}
/*内容显示区*/
#right_main{border:#DDDDDD 1px solid; background:#FFFFFF; margin:0; padding:1px;overflow:hidden;text-overflow:ellipsis; width:740px;}
#right_main tr td{padding:2px;}

.title{font-size:20px; padding:15px 5px; margin:0 10px; text-align:center; color:#333333;border-bottom:#CCCCCC dashed 1px;}
.weizhi{ color:#245E9D; font-size:12px; padding:3px 10px;font-weight:bold;font-family:Verdana, Arial; background:#E6F2EF; height:20px; line-height:20px;}
.line_buttom_hui{}
.hangju{line-height:25px; padding:3px;}
.border_hui{border:#E7E7E7 1px solid;}
.line_buttom_hui_xuxian{border-bottom:#E7E7E7 1px dashed;}
.border_hui_xuxian{border:#E7E7E7 1px dashed;}
/*分页样式*/
#page {padding:8px; margin: 3px;  text-align: center; clear:both;}
#page a{border:#01B0ED 1px solid; padding:2px 5px; margin:2px; color:#01B0ED; text-decoration:none;}
#page a:hover{color:#FFFFFF; background:#01B0ED;}
#page span.current{border:#01B0ED 1px solid;padding:2px 5px; margin:2px;color: #FFFFFF;background:#01B0ED;}
#page span.disabled{border:#EEEEEE 1px solid;padding:2px 5px; margin:2px;color: #DDDDDD;}
#page span.text {border:#CCCCCC 1px solid;padding:2px 5px; margin:2px;color: #666666;}
/*产品图片*/
.Pro_Info{text-align:center;border-bottom:1px solid #ccc; margin-bottom:5px;}
.Pro_Images{padding:2px;}
.Pro_Images img{display:inline; width:80px; height:80px;margin:0 5px;border:1px solid #ccc;filter:alpha(opacity=50);opacity:0.3;cursor:pointer;}
.Pro_Images .active{filter:alpha(opacity=100);opacity:1;border-color:#999;}
.Pro_BigImage{text-align:center;background:#fff;}
.Pro_BigImage img{margin:0 auto;cursor:pointer;}